RoadNameObserver

abstract class RoadNameObserver(mapboxNavigation: MapboxNavigation, routeShieldApi: MapboxRouteShieldApi, mapUserStyleObserver: MapUserStyleObserver) : LocationObserver

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onNewLocationMatcherResult
Link copied to clipboard
open override fun onNewLocationMatcherResult(locationMatcherResult: LocationMatcherResult)
onNewRawLocation
Link copied to clipboard
open override fun onNewRawLocation(rawLocation: Location)
onRoadUpdate
Link copied to clipboard
abstract fun onRoadUpdate(road: List<RoadComponent>, shields: List<RouteShield>)
toString
Link copied to clipboard
open fun toString(): String

Properties

currentRoad
Link copied to clipboard
var currentRoad: List<RoadComponent>
currentShields
Link copied to clipboard
var currentShields: List<RouteShield>
mapboxNavigation
Link copied to clipboard
val mapboxNavigation: MapboxNavigation